home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the 3D Game Programming Gurus / gurus.iso / DirectX / dx9sdkcp.exe / SDK (C++) / Bin / DXUtils / Visual Studio 6.0 Wizards / Source Code / Cstm5Dlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-11-12  |  1.3 KB  |  52 lines

  1. #if !defined(AFX_CSTM5DLG_H__8215A9CC_EE15_5E55_8DC7_7BB31F51D8CE__INCLUDED_)
  2. #define AFX_CSTM5DLG_H__8215A9CC_EE15_5E55_8DC7_7BB31F51D8CE__INCLUDED_
  3.  
  4. // cstm5dlg.h : header file
  5. //
  6. #include "chooser.h"
  7.  
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCustom5Dlg dialog
  10.  
  11. class CCustom5Dlg : public CAppWizStepDlg
  12. {
  13. // Construction
  14. public:
  15.     CCustom5Dlg( CDialogChooser* pChooser );
  16.     virtual BOOL OnDismiss();
  17.     void RemoveAllKeys();
  18.  
  19.     CDialogChooser* m_pChooser;
  20.     BOOL m_bDlgInited;
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CCustom5Dlg)
  24.     enum { IDD = IDD_CUSTOM5 };
  25.     CStatic    m_Preview;
  26.     CStatic    m_Background;
  27.     BOOL    m_bDPlayVoice;
  28.     //}}AFX_DATA
  29.  
  30.  
  31. // Overrides
  32.     // ClassWizard generated virtual function overrides
  33.     //{{AFX_VIRTUAL(CCustom5Dlg)
  34.     protected:
  35.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36.     //}}AFX_VIRTUAL
  37.  
  38. // Implementation
  39. protected:
  40.     // Generated message map functions
  41.     //{{AFX_MSG(CCustom5Dlg)
  42.     virtual BOOL OnInitDialog();
  43.     //}}AFX_MSG
  44.     DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47.  
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50.  
  51. #endif // !defined(AFX_CSTM5DLG_H__8215A9CC_EE15_5E55_8DC7_7BB31F51D8CE__INCLUDED_)
  52.